<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
* { font: inherit; -webkit-box-sizing: border-box; box-sizing: border-box; }
*::before, *::after { -webkit-box-sizing: inherit; box-sizing: inherit; }

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td, span, input, textarea { margin: 0; padding: 0; }

h1, h2, h3, h4, h5, h6 { font-weight: normal; }

table { border-collapse: collapse; border-spacing: 0; }

button, input, select, textarea { outline: 0; }

li, ol, ul { list-style: none; }

b, strong { font-weight: 400; }

img { max-width: 100%; vertical-align: middle; border: 0; }

:focus { outline: 0; }

a { color: inherit; text-decoration: none; }
a:hover, a.active { color: #47a710; }

.clearfix { zoom: 1; }
.clearfix::after, .clearfix::before { display: table; content: ""; }
.clearfix::after { clear: both; }

.fr { float: right !important; }

.fl { float: left !important; }

input { outline: 0; -webkit-tap-highlight-color: transparent; -webkit-appearance: none; }

input:focus, textarea:focus { outline: 0; border: 1px solid #f60; }

/*文本*/
.text-left { text-align: left; }

.text-center { text-align: center; }

.text-right { text-align: right; }

.text-justify { text-align: justify; }

.text-align-last { text-align-last: justify; }

.s-block { display: block !important; }

.s-inlineblock { display: inline-block !important; }

.s-inline { display: inline !important; }

/* 其他差异 */
input { -webkit-appearance: none; }

body { color: #333; font-size: 14px; line-height: 1.45; font-family: Arial, app-apple-system, 'Microsoft Yahei', Helvetica, STHeiTi, sans-serif; margin: 0 auto; position: relative; min-width: 1200px; }

.container { width: 1200px; margin: 0 auto; }

.icon-sprites, .business-module .u-go-shop, .m-welcome-header .hd-menu .u-business, .m-hm-about .cp-introduction .u-more:after, .m-consultant .wrap .sm-th .sm-info:after { background-image: url(../images/icon-sprites.png); }

.m-public-list .img-wrap, .m-hm-about .take-picture, .m-company-introduction .company-img, .m-product-view .pic-box { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; overflow: hidden; }

/* 首页欢迎头部 */
.m-welcome-header { position: relative; height: 35px; line-height: 35px; font-size: 12px; color: #7b7b7b; background-color: #f8f8f8; -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1); box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1); }
.m-welcome-header .hd-text h1 { display: inline-block; }
.m-welcome-header:after { content: ''; position: absolute; left: 0; bottom: 0; width: 100%; border-bottom: 1px solid #fff; }
.m-welcome-header .hd-menu a { display: inline-block; padding: 0 10px; color: inherit; line-height: 1; }
.m-welcome-header .hd-menu a:hover { color: #47a710; }
.m-welcome-header .hd-menu a + a { border-left: 1px solid #c1c1c1; }
.m-welcome-header .hd-menu .u-business { padding-left: 20px; background-position: -91px -146px; }

/* 首页头部 LOGO  */
.m-logo { height: 128px; overflow: hidden; }
.m-logo .logo-wrap { width: 890px; margin-top: 19px; }
.m-logo .logo-box { width: 91px; height: 91px; margin-right: 20px; background-color: #fff; border: 1px solid #ccc; overflow: hidden; }
.m-logo .logo-box a { display: block; height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.m-logo .logo-box img { max-height: 100%; }
.m-logo .company-info .name-img { margin: 15px 0 10px; }
.m-logo .company-info .name-img img { height: 30px; }
.m-logo .company-info .name-intro { color: #6e6e6e; }
.m-logo .contact-wrap { margin-top: 43px; padding-left: 50px; background: url(../images/skin/5/icon-tell.png) no-repeat 0 100%; }

/* 导航 */
.m-nav { height: 50px; position: relative; color: #fff; background: #464646 url(../images/nav-bg.png) repeat-x 0 0; }
.m-nav a { color: inherit; }
.m-nav .nav li { float: left; width: 131px; margin-right: 2px; position: relative; -webkit-transition: all ease .3s; transition: all ease .3s; }
.m-nav .nav li:after { content: ""; position: absolute; right: -2px; top: 12px; width: 2px; height: 27px; display: block; background: #30302f url(../images/nav-gd.png) no-repeat 0 0; }
.m-nav .nav li:last-child:after { display: none; }
.m-nav .nav li:hover .item, .m-nav .nav li.active .item { background: #47a710; color: #fff; }
.m-nav .nav li:hover .sub-nav { top: 50px; visibility: visible; opacity: 1; }
.m-nav .nav .item { position: relative; display: block; height: 50px; line-height: 50px; font-size: 15px; padding: 0 10px; text-align: center; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; -webkit-transition: all ease .3s; transition: all ease .3s; }
.m-nav .sub-nav { position: absolute; left: 0; top: 100px; width: 100%; z-index: 999; background: rgba(255, 255, 255, 0.9); -webkit-box-shadow: 0 13px 16px 0px rgba(0, 0, 0, 0.03); box-shadow: 0 13px 16px 0px rgba(0, 0, 0, 0.03); visibility: hidden; opacity: 0; -webkit-transition: all ease .3s; transition: all ease .3s; }
.m-nav .sub-nav a { text-align: center; color: #333; display: block; padding: 0 24px; line-height: 50px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; border-bottom: 1px dashed #cbcbcb; }
.m-nav .sub-nav a:last-child { border-bottom: 0; }
.m-nav .sub-nav a:hover { color: #47a710; }

/* Banner组件 */
.m-banner { position: relative; background: #eee; }
.m-banner .dots { position: absolute; left: 0; bottom: 0; width: 100%; text-align: center; font-size: 0; }
.m-banner .dots li { display: inline-block; margin: 0 6px 10px; width: 12px; height: 12px; border-radius: 50%; background-color: #fff; cursor: pointer; -webkit-transition: height ease .3s; transition: height ease .3s; }
.m-banner .dots li:hover { background-color: #47a710; }
.m-banner .dots .on { background-color: #47a710; }
.m-banner .slide-wrap { position: relative; z-index: 0; }
.m-banner .sl-item { height: 400px; }
.m-banner .sl-item a { display: block; height: 100%; background-position: 50% 50%; background-repeat: no-repeat; background-size: cover; }
.m-banner .prev, .m-banner .next { position: absolute; top: 50%; width: 50px; height: 50px; background-color: rgba(0, 0, 0, 0.2); -webkit-transform: translateY(-50%); transform: translateY(-50%); -webkit-transition: all ease-out .3s; transition: all ease-out .3s; opacity: 0; }
.m-banner .prev:hover, .m-banner .next:hover { background-color: #47a710; }
.m-banner .prev { left: 50px; background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAMCAYAAACulacQAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkUwQkY3NzA0QzJCOTExRTdBMTk2OENFQjAzMjIxNjJBIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkUwQkY3NzA1QzJCOTExRTdBMTk2OENFQjAzMjIxNjJBIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RTBCRjc3MDJDMkI5MTFFN0ExOTY4Q0VCMDMyMjE2MkEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RTBCRjc3MDNDMkI5MTFFN0ExOTY4Q0VCMDMyMjE2MkEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7nj33nAAAAbUlEQVR42mL4//8/Axa8FYg/Y5NY/x8CLqNLbIRK7ADx0Y36D9XJgCy5CyqxCtkkEHEJKjEJ3X4mBgYGXgYI+M6ADoAq2IH4MFT3AnRjYXg/VMEibJIgvBeqYB02SQaoH0HgBAOO4ANZ8RMgwACM5wBTVSTU3gAAAABJRU5ErkJggg==) no-repeat 50% 50%; }
.m-banner .next { right: 50px; background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAMCAYAAACulacQAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkU2NEZERjc0QzJCOTExRTdCQUNGQUVDMEE3MEVENEU0IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkU2NEZERjc1QzJCOTExRTdCQUNGQUVDMEE3MEVENEU0Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RTY0RkRGNzJDMkI5MTFFN0JBQ0ZBRUMwQTcwRUQ0RTQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RTY0RkRGNzNDMkI5MTFFN0JBQ0ZBRUMwQTcwRUQ0RTQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6bVaH6AAAAgklEQVR42mL4////VSA+DcTCQMyAjEHEmv8QcA2IBdElQbgdiP8B8QUglkKXBOEmqAkPYFYwoNnTAFVwC4iV0CVBOAqq4AMTAyb4CqU50HWVQx32EIjVkSVKoMY9B2IZZAdVAfFfIL4JxHLIXlkM1XEPiMXRA+EOEF8GYkl0lwMEGAAumADUX+czzgAAAABJRU5ErkJggg==) no-repeat 50% 50%; }
.m-banner:hover .prev, .m-banner:hover .next { opacity: 1; }

.g-main { padding-top: 25px; }

/* 公用产品菜单 */
.public-pro-menu .caption-box { background: #47a710; }
.public-pro-menu .caption { position: relative; padding-left: 67px; height: 50px; line-height: 50px; color: #fff; font-size: 16px; font-weight: 700; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.public-pro-menu .caption:after { content: ""; position: absolute; left: 20px; top: 8px; width: 38px; height: 34px; background: url(../images/proBg.png) no-repeat 50% 50%; }
.public-pro-menu .menu-wrap { padding: 0 10px; margin: 12px 0 45px; overflow: hidden; }
.public-pro-menu .menu-wrap .u-more { position: absolute; left: 30px; bottom: 13px; display: inline-block; color: #47a710; }
.public-pro-menu .menu-wrap .u-more:hover { text-decoration: underline; }
.public-pro-menu .classify-name { padding-left: 15px; line-height: 40px; color: #47a710; background: #fff; -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1); box-shadow: 0 0 12px rgba(0, 0, 0, 0.1); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.public-pro-menu .classify-name:before { content: ""; display: inline-block; width: 5px; height: 5px; border-radius: 50%; background: #47a710; margin-right: 10px; vertical-align: 2px; }
.public-pro-menu .menu-list .item { padding: 0 16px; height: 35px; line-height: 35px; border-radius: 3px; }
.public-pro-menu .menu-list .item a { color: #666; position: relative; display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; -webkit-transition: all ease .3s; transition: all ease .3s; }
.public-pro-menu .menu-list .item a:before { content: ""; display: inline-block; width: 3px; height: 3px; margin-right: 8px; background: #47a710; vertical-align: middle; }
.public-pro-menu .menu-list .item a:hover { color: #47a710; -webkit-transform: translateX(6px); transform: translateX(6px); }
.public-pro-menu .menu-list .item.current a { color: #47a710; }

/* 首页产品 &amp; 交易模块 */
.hm-pro-module { margin-bottom: 30px; }
.hm-pro-module .left-menu { width: 227px; background-color: #f2f2f2; position: relative; }
.hm-pro-module .m-public-list .item:nth-child(5n) { margin-right: 0; }
.hm-pro-module .right-con { width: 971px; padding: 0 17px; }

.m-hm-business .left-menu .caption { padding-left: 77px; }
.m-hm-business .left-menu .caption:after { top: 10px; background-image: url(../images/icon-sprites.png); background-position: -194px -74px; }
.m-hm-business .menu-wrap { height: 448px; }

.m-hm-product .caption-box .caption:after { background-size: auto 30px; }
.m-hm-product .right-con { padding-top: 10px; }
.m-hm-product .menu-wrap { height: 360px; }

.business-module .business-header { line-height: 44px; margin-bottom: 15px; }
.business-module .business-header .name { font-size: 16px; color: #47a710; }
.business-module .business-header .num { padding: 0 7px; color: #ff5a00; }
.business-module .business-header .rz-icon { margin: 0 2px; }
.business-module .business-header .rz-icon i { display: inline-block; width: 26px; height: 22px; vertical-align: -5px; }
.business-module .business-header .rz-icon em { color: #d5ad68; margin-left: 2px; }
.business-module .business-header .jp-rz { background-position: -67px -74px; }
.business-module .business-header .sm-rz { background-position: -113px -76px; }
.business-module .business-header .cx-rz { background-position: -10px -146px; }
.business-module .u-go-shop { display: block; width: 222px; height: 44px; font-size: 0; background-position: -10px -10px; }
.business-module .m-public-list .item:hover .img-wrap { border-color: #ff7800; }
.business-module .m-public-list .item:hover .title { color: #ff7800; }
.business-module .m-public-list .img-wrap { border-color: #d5ad68; overflow: hidden; text-align: center; }
.business-module .m-public-list .title { padding: 8px 0 5px 0; }
.business-module .m-public-list .price { color: #5f5f5f; }
.business-module .m-public-list .price b { font-size: 18px; color: #ff7800; font-weight: normal; }

/* 公共产品列表 */
.m-public-list .item { float: left; width: 173px; margin-right: 18px; margin-bottom: 18px; text-align: center; }
.m-public-list .item a { display: block; overflow: hidden; }
.m-public-list .item:hover .img-wrap { border-color: #47a710; }
.m-public-list .item:hover .img-wrap img { -webkit-transform: scale(1.1); transform: scale(1.1); }
.m-public-list .item:hover .title { color: #47a710; }
.m-public-list .img-wrap { height: 173px; border: 1px solid #dfdfdf; padding: 3px; overflow: hidden; -webkit-transition: border-color ease .3s; transition: border-color ease .3s; }
.m-public-list .img-wrap img { min-height: 50%; -webkit-transition: all ease .3s; transition: all ease .3s; }
.m-public-list .title { color: #5f5f5f; padding: 13px 0; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }

/* 首页自定义 */
.hm-edit-area { background: #f2f2f2; margin-bottom: 20px; }

.hm-optimize-area { margin-bottom: 20px; }

/* 关键词选项卡 */
.m-key-tab .tab-header { height: 50px; border-bottom: 1px solid #dfdfdf; overflow: hidden; }
.m-key-tab .tab-header .title { font-size: 16px; padding-left: 15px; color: #47a710; font-weight: 700; border-left: 5px solid #47a710; line-height: 1.5; margin-top: 15px; }
.m-key-tab .tab-header .menu { margin-top: 9px; font-size: 0; }
.m-key-tab .tab-header .menu a { display: inline-block; padding: 0 20px; line-height: 30px; margin-left: 5px; font-size: 14px; text-align: center; position: relative; -webkit-transition: all ease .3s; transition: all ease .3s; }
.m-key-tab .tab-header .menu a:after { content: ""; display: inline-block; width: 1px; height: 15px; position: absolute; left: -3px; top: 8px; background: rgba(0, 0, 0, 0.2); }
.m-key-tab .tab-header .menu a:first-child:after { display: none; }
.m-key-tab .tab-header .menu .active { color: #fff; background: #47a710; }
.m-key-tab .tab-header .more { color: #444; font-size: 12px; }
.m-key-tab .tab-header .more:hover { color: #47a710; }
.m-key-tab .tab-main { padding: 20px 0; min-height: 254px; position: relative; }
.m-key-tab .m-public-list { position: absolute; left: 0; z-index: 1; width: 100%; opacity: 0; background: #fff; visibility: hidden; -webkit-transition: all ease .3s; transition: all ease .3s; }
.m-key-tab .m-public-list .item { width: 180px; margin-right: 24px; margin-bottom: 0; }
.m-key-tab .m-public-list .item:last-child { margin-right: 0; }
.m-key-tab .m-public-list .item .img-wrap { height: 180px; }
.m-key-tab .m-public-list .title { padding: 14px 0 0 0; }
.m-key-tab .current { z-index: 2; opacity: 1; visibility: visible; }

/* 公用标题 */
.public-u-header { padding: 0 10px; height: 50px; line-height: 50px; border-bottom: 1px solid #dfdfdf; }
.public-u-header .title { padding-left: 13px; color: #47a710; font-weight: 700; border-left: 5px solid #47a710; line-height: 1.5; margin-top: 15px; font-size: 16px; }
.public-u-header .more { font-size: 12px; color: #999; }
.public-u-header .more:hover { color: #47a710; }

.hm-introduce-area { background: #f2f2f2; margin-bottom: 20px; padding: 20px 0; }

/* 首页关于我们 */
.m-hm-about, .m-hm-area { overflow: hidden; background: #fff; -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1); box-shadow: 0 0 12px rgba(0, 0, 0, 0.1); }
.m-hm-about .con, .m-hm-area .con { min-height: 290px; }

.m-hm-about { width: 690px; margin-right: 38px; }
.m-hm-about .con { padding: 20px 10px; }
.m-hm-about .take-picture { width: 270px; height: 190px; padding: 9px; margin-right: 20px; border: 1px solid #cbcbcb; }
.m-hm-about .cp-introduction { width: 376px; }
.m-hm-about .cp-introduction .cp-name img { height: 42px; }
.m-hm-about .cp-introduction .cp-intro { max-height: 150px; line-height: 1.8; margin-bottom: 25px; display: -webkit-box; text-overflow: ellipsis; -webkit-box-orient: vertical; -webkit-line-clamp: 6; color: #666; overflow: hidden; }
.m-hm-about .cp-introduction .u-more { position: relative; display: inline-block; font-size: 12px; width: 110px; height: 30px; line-height: 30px; color: #47a710; border: 1px solid #47a710; text-align: center; -webkit-transition: all ease .3s; transition: all ease .3s; overflow: hidden; background: transparent; -webkit-transform: translateZ(0); transform: translateZ(0); }
.m-hm-about .cp-introduction .u-more span { margin-left: 5px; font-family: serif; }
.m-hm-about .cp-introduction .u-more:before { content: ''; z-index: -1; position: absolute; height: 100%; width: 0; left: 0; top: 0; opacity: 0; background: #47a710; -webkit-transition: all .36s ease; transition: all .36s ease; }
.m-hm-about .cp-introduction .u-more:hover { background: #47a710\9; color: #fff; }
.m-hm-about .cp-introduction .u-more:hover:before { width: 100%; opacity: 1; }

/* 首页最新询价 */
.m-hm-area { width: 472px; }
.m-hm-area .con { padding: 10px; }
.m-hm-area .ask-price { color: #333; font-size: 12px; font-weight: 700; }
.m-hm-area .ask-price .area, .m-hm-area .ask-price .source { padding: 0 10px 0 48px; line-height: 38px; position: relative; }
.m-hm-area .ask-price .area::before, .m-hm-area .ask-price .source::before { content: ""; display: inline-block; position: absolute; left: 0; top: 0; width: 38px; line-height: 38px; text-align: center; }
.m-hm-area .ask-price .member:before { content: "——"; margin: 0 5px; color: #999; }
.m-hm-area .ask-price .area { background: rgba(71, 167, 16, 0.1); }
.m-hm-area .ask-price .area::before { content: "访客"; background: #47a710; color: #fff; }
.m-hm-area .ask-price .source { color: #ff7800; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.m-hm-area .ask-price .source::before { content: "来源"; color: #666; background: #f2f2f2; }
.m-hm-area .ask-price .ap-header div { background: #f0f0f0; color: #1d1d1d; }
.m-hm-area .ask-price .ap-main { padding-top: 10px; height: 258px; overflow: hidden; }
.m-hm-area .ask-price .info-list .item { height: 76px; margin-bottom: 10px; overflow: hidden; }

/* 友情链接 */
.m-friendly-link { padding: 20px 0; }
.m-friendly-link .title { font-size: 16px; color: #47a710; font-weight: 700; vertical-align: top; }
.m-friendly-link .title span { color: #888; }
.m-friendly-link .link-wrap { width: 1050px; }
.m-friendly-link .link-wrap .link-item { display: inline-block; padding: 0 10px; margin-bottom: 15px; border-right: 2px solid #d1d1d1; color: #666; }
.m-friendly-link .link-wrap .link-item:last-child { border-right: 0; }
.m-friendly-link .link-wrap .link-item:hover { color: #47a710; }

/* 底部导航组件 */
.m-bottom-nav { text-align: center; background: rgba(71, 167, 16, 0.9); height: 44px; }
.m-bottom-nav .container { padding-top: 12px; font-size: 0; }
.m-bottom-nav .nav-item { max-width: 170px; display: inline-block; padding: 0 28px; color: #fff; font-size: 14px; border-right: 2px solid rgba(255, 255, 255, 0.6); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.m-bottom-nav .nav-item:last-child { border-right: 0; }
.m-bottom-nav .nav-item:hover { text-decoration: underline; }

/* 底部信息组件 */
.m-bottom-info { padding: 25px 0 40px; }
.m-bottom-info .qrcode-wrap { width: 410px; border-right: 1px solid #cbcbcb; text-align: center; }
.m-bottom-info .code-item { display: inline-block; vertical-align: top; width: 130px; margin: 0 25px; text-align: center; }
.m-bottom-info .code-item .img-box { height: 130px; border: 1px solid #cbcbcb; padding: 4px; overflow: hidden; }
.m-bottom-info .code-item .tips { margin-top: 12px; }
.m-bottom-info .info-wrap { width: 790px; padding-left: 25px; }
.m-bottom-info .info-wrap .b-keyword { line-height: 1.8; }
.m-bottom-info .info-wrap .ct-info { margin: 20px 0 0; }

/*客服组件*/
.m-consultant { position: fixed; top: 250px; right: 0; z-index: 999; border-radius: 6px 0px 0 6px; -webkit-transition: all ease 0.3s; transition: all ease 0.3s; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.m-consultant .controls { display: inline-block; width: 20px; height: 20px; line-height: 20px; border-radius: 50%; text-align: center; background: #fff; color: #47a710; cursor: pointer; font-family: 'SimHei', 'sans-serif'; font-weight: 700; }
.m-consultant .group { display: none; width: 30px; float: left; height: 180px; background: #47a710; padding: 10px 0; color: #fff; text-align: center; margin-top: 1px; margin-right: -1px; position: relative; z-index: 2; cursor: pointer; }
.m-consultant .group .info { display: inline-block; padding-top: 15px; font-size: 16px; }
.m-consultant .group:hover { background: #5bd614; }
.m-consultant .wrap { float: left; width: 154px; font-size: 12px; border: 1px solid #ddd; background: #f7f7f7; overflow: hidden; position: relative; z-index: 1; }
.m-consultant .wrap .title { height: 28px; line-height: 28px; color: #fff; background: #47a710; background: -webkit-gradient(linear, left top, left bottom, from(#5bd614), to(#33780c)); background: linear-gradient(to bottom, #5bd614, #33780c); overflow: hidden; padding: 0 10px 0 15px; }
.m-consultant .wrap .title .b-close { float: right; width: 15px; height: 15px; line-height: 16px; margin-top: 6px; }
.m-consultant .wrap .sm-th { padding: 10px 0; border-bottom: 1px solid #ccc; }
.m-consultant .wrap .sm-th .sm-info { position: relative; margin: 0 5px 10px 5px; padding: 7px 12px 14px 12px; background: #fff; border: 1px solid #d9d9d9; border-radius: 3px; text-align: justify; }
.m-consultant .wrap .sm-th .sm-info:after { content: ""; position: absolute; right: 22px; bottom: -5px; display: inline-block; width: 10px; height: 5px; background-position: -210px -144px; }
.m-consultant .wrap .sm-th .sm-tall { line-height: 40px; text-align: center; }
.m-consultant .wrap .qq-server .list { padding: 10px 0; }
.m-consultant .wrap .qq-server .list li { padding: 5px 10px; text-align: center; }
.m-consultant .wrap .qr-code { border-top: 1px solid #ddd; padding: 10px; text-align: center; }
.m-consultant .wrap .qr-code .qr-wrap { height: 132px; overflow: hidden; }
.m-consultant .wrap .qr-code .qr-wrap img { max-width: 100%; }
.m-consultant .wrap .qr-code .qr-info { padding-top: 10px; }
.m-consultant .wrap .qr-code-hidden { display: none; }
.m-consultant .business { padding: 0 13px 10px 13px; }
.m-consultant .business .business-link { display: block; width: 127px; height: 38px; background: url(../images/icon-sprites.png) no-repeat -10px -188px; }

/* 返回顶部组件 */
.aside-control { position: fixed; right: 10px; bottom: 40px; z-index: 999; }
.aside-control .items a { display: block; width: 40px; height: 40px; background: rgba(0, 0, 0, 0.6) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAHCAYAAAA8sqwkAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkYxNEY5M0M0QzJCOTExRTdBMzU1QzEyMjVCNERDQ0ZBIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkYxNEY5M0M1QzJCOTExRTdBMzU1QzEyMjVCNERDQ0ZBIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RjE0RjkzQzJDMkI5MTFFN0EzNTVDMTIyNUI0RENDRkEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RjE0RjkzQzNDMkI5MTFFN0EzNTVDMTIyNUI0RENDRkEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7htNagAAAAcUlEQVR42mL4//8/Axa8FIgfALEcuhy6QhYgnvkfAZ4AsSg+DROgCk8BcS0Q/wHiK0AsjU1DH5JiDqhYPVTsJhALIGvogkqcBWIRNFuboHIgm8RAArOhAleBmAtHILTBbGKAKgRhcRyKYXgySAdAgAEAmlwW0TkyleMAAAAASUVORK5CYII=) no-repeat 50% 50%; -webkit-transition: all ease .3s; transition: all ease .3s; }
.aside-control .items a:hover { background-color: #47a710; }

/* 导航宽度 */
.m-nav .nav-num-6 li { width: 198px; }
.m-nav .nav-num-7 li { width: 169px; }
.m-nav .nav-num-8 li { width: 148px; }
.m-nav .nav-num-9 li { width: 131px; }

.g-inner-left { width: 228px; }

.g-inner-right { width: 951px; }

/* 内页栏目菜单 */
.m-column-menu { margin-bottom: 15px; }
.m-column-menu .caption { font-size: 16px; font-weight: 700; padding-left: 23px; line-height: 50px; color: #fff; background: #47a710; }
.m-column-menu .menu-list { border: 1px solid #cbcbcb; border-top: 0; }
.m-column-menu .items { border-bottom: 1px dashed #cbcbcb; }
.m-column-menu .items a { position: relative; display: block; padding: 16px 10px 16px 40px; font-weight: 700; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.m-column-menu .items a:before { position: absolute; left: 25px; top: 24px; content: ''; display: block; width: 2px; height: 2px; text-align: center; background: #b4b4b4; border-radius: 50%; -webkit-box-shadow: 0 0 0 5px #fff, 0 0 0 6px #b4b4b4; box-shadow: 0 0 0 5px #fff, 0 0 0 6px #b4b4b4; }
.m-column-menu .items a:hover { color: #47a710; }
.m-column-menu .items.active a { color: #47a710; }
.m-column-menu .items:last-child { border-bottom: 0; }

/* 内页产品菜单 */
.m-left-pro-menu { margin-bottom: 15px; }
.m-left-pro-menu .public-pro-menu .menu-wrap { border: 1px solid #cbcbcb; border-top: 0; padding: 10px; margin: 0 0 15px 0; }

/* 内页左侧联系 */
.m-inner-left-contact { margin-bottom: 15px; }
.m-inner-left-contact .caption { font-size: 16px; font-weight: 700; padding-left: 23px; line-height: 50px; color: #fff; background: #47a710; }
.m-inner-left-contact .intro-wrap { border: 1px solid #cbcbcb; border-top: 0; padding-bottom: 10px; }

/* 面包屑导航 */
.m-crumbs { margin-bottom: 15px; padding: 10px 15px; border: 1px solid #cbcbcb; border-radius: 5px; font-size: 13px; color: #4c4c4c; background: #f7f7f7; background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed)); background: linear-gradient(to bottom, #fff, #ededed); }
.m-crumbs .crumbs-arrow { display: inline-block; font-size: 12px; padding: 0 4px; color: #999; }
.m-crumbs .crumbs-item:last-child { color: #47a710; }

/* 内页公司介绍 */
.m-company-introduction { padding: 20px; margin-bottom: 15px; border: 1px solid #cbcbcb; overflow: hidden; }
.m-company-introduction .intro-wrap { float: left; width: 567px; line-height: 1.8; }
.m-company-introduction .intro-wrap p { text-align: justify; margin-bottom: 10px; }
.m-company-introduction .company-img { float: left; width: 270px; height: 190px; line-height: 100%; padding: 9px; margin-left: 50px; background: #fff; text-align: center; border: 1px solid #cbcbcb; overflow: hidden; }
.m-company-introduction .company-img img { vertical-align: middle; }

/* 内页公共块 */
.public-module-block { border: 1px solid #cbcbcb; border-radius: 5px 5px 0 0; margin-bottom: 15px; }
.public-module-block .module-title { position: relative; padding: 0 17px; height: 40px; line-height: 40px; color: #47a710; border-radius: 5px 5px 0 0; border-bottom: 1px solid #cbcbcb; background: #f7f7f7; background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed)); background: linear-gradient(to bottom, #fff, #ededed); }
.public-module-block .module-title h3 { font-weight: 700; }
.public-module-block .module-title:after { position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; background: #fff; content: ""; }
.public-module-block .module-content { padding: 20px; }

/* 工商登记信息 */
.m-busine-info { color: #666; }
.m-busine-info .panle { margin-bottom: 20px; }
.m-busine-info .panle:last-child { margin-bottom: 0; }
.m-busine-info .detai-title { margin-bottom: 10px; }
.m-busine-info .detai-title h5 { padding-left: 10px; border-left: 4px solid #979797; line-height: 1; }
.m-busine-info .detail-table { display: table; width: 100%; table-layout: fixed; border: 1px solid #e3e3e3; border-right: 0; border-bottom: 0; background: #f3f3f3; min-height: 44px; overflow: hidden; }
.m-busine-info .detail-table .table-row { border-bottom: 1px solid #e3e3e3; }
.m-busine-info .detail-table .item-title { display: table-cell; width: 113px; padding: 10px; border: 1px solid #fff; }
.m-busine-info .detail-table .item-intro { display: table-cell; width: 355px; padding: 10px; border-left: 1px solid #e3e3e3; border-right: 1px solid #e3e3e3; word-break: break-all; word-wrap: break-word; background: #fff; }

/* 产品内页主内容区域 */
.public-inner-main { padding: 18px; border: 1px solid #cbcbcb; margin-bottom: 20px; }

.m-product-box .box-title { font-size: 16px; margin-bottom: 18px; }

.m-product-box, .m-include-business { margin-bottom: 20px; }
.m-product-box .m-public-list .item, .m-include-business .m-public-list .item { margin-right: 12px; }
.m-product-box .m-public-list .item:nth-child(5n), .m-include-business .m-public-list .item:nth-child(5n) { margin-right: 0; }

/* 内页引入交易 */
.m-include-business .business-header { position: relative; overflow: hidden; }
.m-include-business .business-header::before, .m-include-business .business-header::after { content: ""; position: absolute; width: 100%; left: 0; bottom: 0; height: 2px; z-index: 2; }
.m-include-business .business-header::before { bottom: 2px; background: #e46923; }
.m-include-business .business-header::after { background: #ffdb9f; }
.m-include-business .left-intro { margin-left: 15px; }

/* 长尾词 */
.m-long-tail-wrap { line-height: 1.8; }
.m-long-tail-wrap .lw-intro { padding: 20px 0; border-top: 1px solid #cbcbcb; border-bottom: 1px solid #cbcbcb; }
.m-long-tail-wrap .lw-intro .lump { margin-top: 30px; }
.m-long-tail-wrap .lw-intro .lump .title { margin-bottom: 10px; font-weight: 700; }
.m-long-tail-wrap .lw-intro .lump a { display: inline-block; margin-right: 12px; margin-bottom: 10px; color: #47a710; }
.m-long-tail-wrap .lw-intro .lump a:hover { text-decoration: underline; }
.m-long-tail-wrap .lw-menu { margin: 20px 0 10px; overflow: hidden; }
.m-long-tail-wrap .lw-menu .anchor { display: block; color: #47a710; font-size: 16px; font-style: italic; margin-bottom: 15px; }
.m-long-tail-wrap .lw-menu .anchor:hover { text-decoration: underline; }
.m-long-tail-wrap .lw-anchor-list { margin-bottom: 20px; }
.m-long-tail-wrap .lw-anchor-list .para-title { margin-bottom: 10px; font-weight: 700; }
.m-long-tail-wrap .lw-anchor-list .para-con { color: #8a8a8a; }
.m-long-tail-wrap .lw-anchor-list .para-con p { margin-bottom: 10px; }
.m-long-tail-wrap .lw-interrelated { padding: 20px 0; }
.m-long-tail-wrap .lw-interrelated .lump { margin-bottom: 10px; }
.m-long-tail-wrap .lw-interrelated .lump .title { margin-bottom: 8px; font-weight: 700; }
.m-long-tail-wrap .lw-interrelated .quote a { display: inline-block; margin-right: 20px; margin-bottom: 20px; color: #47a710; }
.m-long-tail-wrap .lw-interrelated .quote a:hover { text-decoration: underline; }

/* 产品详细组件 */
.m-product-view { margin-bottom: 40px; }
.m-product-view .product-pic { width: 330px; height: 357px; padding: 20px; margin-right: 38px; border: 1px solid #cbcbcb; text-align: center; }
.m-product-view .pic-box { height: 294px; overflow: hidden; }
.m-product-view .zoom-btn { display: inline-block; margin-top: 12px; color: #666; }
.m-product-view .zoom-btn i { display: inline-block; margin-right: 5px; width: 15px; height: 16px; background-position: -56px -145px; vertical-align: middle; }
.m-product-view .zoom-btn:hover { color: #47a710; }
.m-product-view .product-intro { width: 533px; }
.m-product-view .product-intro .pro-title { padding: 15px 0; font-size: 21px; color: #000; }
.m-product-view .product-intro .intro-info { line-height: 1.8; }
.m-product-view .product-intro .u-more { color: #0b7bca; }
.m-product-view .product-intro .intro-tell { margin-top: 50px; }

/* 信息列表 */
.m-information-list .list-wrap .items { padding: 15px 0; border-bottom: 1px dashed #cbcbcb; }
.m-information-list .list-wrap .items a { max-width: 720px; display: inline-block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.m-information-list .list-wrap .items a::before { content: ""; display: inline-block; margin: 0 10px; width: 4px; height: 4px; background: #47a710; vertical-align: middle; }
.m-information-list .list-wrap .items a:hover { color: #47a710; }
.m-information-list .list-wrap .items .date { float: right; vertical-align: middle; color: #999; }

/* 分页 */
.m-pagination { margin-top: 50px; border: 1px solid #cbcbcb; padding: 10px; color: #666; }
.m-pagination .pagination-total { margin-top: 5px; }
.m-pagination .pagination li { display: inline; font-size: 0; }
.m-pagination .pagination li.disabled a { cursor: not-allowed; }
.m-pagination .pagination a { display: inline-block; font-size: 14px; padding: 0 10px; margin: 0 3px; height: 30px; line-height: 30px; border: 1px solid #cbcbcb; -webkit-transition: all ease .3s; transition: all ease .3s; }
.m-pagination .pagination a:hover, .m-pagination .pagination a.active { background: #47a710; color: #fff; border-color: #47a710; }

/* 诚信档案 */
.m-cxda-wrap { margin-bottom: 20px; }

/* 弹窗组件 */
.m-modal { position: fixed; left: 0; top: 0; right: 0; bottom: 0; z-index: 9999; visibility: hidden; }
.m-modal .mask { width: 100%; height: 100%; background: #000; opacity: .4; filter: alpha(opacity=40); }
.m-modal .wrap { position: absolute; left: 50%; top: 50%; max-width: 700px; border-radius: 5px; padding: 10px; background: #fff; -webkit-transition: all ease 0.3s; transition: all ease 0.3s; -webkit-transform: translate(-50%, -50%) scale(0.8); transform: translate(-50%, -50%) scale(0.8); visibility: hidden; opacity: 0; }
.m-modal .wrap .close-btn { display: block; position: absolute; top: -12px; right: -12px; width: 30px; height: 30px; border-radius: 50%; border: 4px solid #fff; background-color: #fff; -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1); box-shadow: 0 0 12px rgba(0, 0, 0, 0.1); background-position: -158px -71px; }
.m-modal-on { visibility: visible; }
.m-modal-on .wrap { -webkit-transform: translate(-50%, -50%) scale(1); transform: translate(-50%, -50%) scale(1); visibility: visible; opacity: 1; }

/* 站点地图 */
.m-site-map .map-content-head .hd-title { font-size: 26px; color: #000; }
.m-site-map .map-content-main { margin: 33px 0 50px; }
.m-site-map a:hover { color: #47a710 !important; text-decoration: underline; }
.m-site-map .map-panl { margin-bottom: 18px; }
.m-site-map .map-panl h3 { color: #333; font-weight: 700; font-size: 18px; }
.m-site-map .map-columns { margin-top: 18px; padding-left: 25px; }
.m-site-map .map-sub-nav li { float: left; margin-right: 30px; margin-bottom: 10px; }
.m-site-map .map-sub-nav li a { display: block; color: #5a574f; }
.m-site-map .map-sub-nav li a:hover:before { background: #47a710; }
.m-site-map .map-long-word .lw-wrap { margin-bottom: 20px; }
.m-site-map .map-long-word .lw-wrap dt { margin-bottom: 10px; font-weight: 700; }
.m-site-map .map-long-word .lw-wrap dt a { color: #626262; }
.m-site-map .map-long-word .lw-wrap dd { margin-right: 45px; margin-bottom: 10px; display: inline-block; }
.m-site-map .map-long-word .lw-wrap dd a { color: #929292; }
.m-site-map .map-infomation li { float: left; width: 33.33%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; margin-bottom: 10px; }
.m-site-map .map-infomation li a { color: #626262; }

/* 公用半栏标题 */
.public-half-header { margin-bottom: 20px; border-bottom: 1px solid #47a710; }
.public-half-header .title { display: inline-block; padding: 0 30px; line-height: 34px; font-size: 15px; color: #fff; background: #47a710; border: 1px solid #47a710; border-bottom: 0; border-radius: 3px 3px 0 0; }
</pre></body></html>